home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 22 / CU Amiga Magazine's Super CD-ROM 22 (1998)(EMAP Images)(GB)[!][issue 1998-05].iso / PowerPC / Programming / PPCSmallEiffel / bin_c / smakefile < prev   
Encoding:
Makefile  |  1998-02-27  |  438 b   |  15 lines

  1. #SAS/C smakefile for powerUP (TM) PPC Amiga systems
  2. #(for 68k Amigas, it should suffice to change "CC"
  3. # and "STARTUP" within the single makefiles below)
  4. #written by Andreas R. Kleinert in 1998
  5.  
  6. all:
  7.      smake -f smake_clean
  8.      smake -f smake_pretty
  9.      smake -f smake_short
  10.      smake -f smake_compile_to_jvm
  11.      smake -f smake_compile_to_c
  12.      smake -f smake_print_jvm_class
  13.      smake -f smake_finder
  14.      smake -f smake_compile
  15.